home *** CD-ROM | disk | FTP | other *** search
/ Amiga Plus 1997 #3 / Amiga Plus CD - 1997 - No. 03.iso / pd / programmierung / alienbreed3d2_src / test.c < prev    next >
C/C++ Source or Header  |  1997-01-31  |  130b  |  10 lines

  1. #include <pragmas/lowlevel_pragmas.h>
  2. #include <clib/lowlevel_protos.h>
  3.  
  4. unsigned long LowLevelBase;
  5.  
  6. main()
  7. {
  8.     ReadJoyPort(1);
  9. }
  10.